home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / info-service / gopher / incoming / linkmerge-0.1.shar / linkmerge-weekly next >
Encoding:
Text File  |  1993-04-15  |  14.9 KB  |  383 lines

  1. #!/bin/csh -f
  2. #
  3. # linkmerge-weekly -- weekly run of linkmerge from cron to generate
  4. #                     RiceInfo's "Information by Subject Area" subtree
  5. #
  6. # THIS IS JUST A MODEL!!  You should re-write it considerably to meet
  7. # your own site's needs.
  8. #
  9. # History:
  10. # 03/18/93  PASR  Original version.
  11. # 04/09/93  PASR  Added some directories from the Well.
  12. #
  13. #---------------------------------------------------------------------
  14.  
  15. set MERGE="/chico-b/cwis/bin/linkmerge"
  16. set SUBJDIR="/chico-b/cwis/gopher/world/Subject"
  17.  
  18. if ( -f $SUBJDIR/Aerospace/.mergelinks ) then
  19.     /bin/mv -f $SUBJDIR/Aerospace/.mergelinks $SUBJDIR/.oldlinks/Aerospace
  20. endif
  21. $MERGE > $SUBJDIR/Aerospace/.mergelinks <<'EOF'
  22. merge    1/catalog/aero    flubber.ciesin.org    70
  23. 'EOF'
  24.  
  25. if ( -f $SUBJDIR/Agriculture/.mergelinks ) then
  26.     /bin/mv -f $SUBJDIR/Agriculture/.mergelinks $SUBJDIR/.oldlinks/Agriculture
  27. endif
  28. $MERGE > $SUBJDIR/Agriculture/.mergelinks <<'EOF'
  29. merge    1/.dir/ams.taes.ag.resource    tamuts.tamu.edu    70
  30. merge    1/catalog/Agriculture    flubber.ciesin.org    70
  31. merge    1/catalog/Forestry    flubber.ciesin.org    70
  32. merge    1/Wide Area Information Services databases/Agriculture    pinus.slu.se    70
  33. merge    1/Selected/Agriculture    hunter.unr.edu    70
  34. 'EOF'
  35.  
  36. if ( -f $SUBJDIR/Anth/.mergelinks ) then
  37.     /bin/mv -f $SUBJDIR/Anth/.mergelinks $SUBJDIR/.oldlinks/Anth
  38. endif
  39. $MERGE > $SUBJDIR/Anth/.mergelinks <<'EOF'
  40. merge    1/.dir/ethnic.dir    tamuts.tamu.edu    70
  41. merge    1/Wide Area Information Services databases/Anthropology    pinus.slu.se    70
  42. 'EOF'
  43.  
  44. if ( -f $SUBJDIR/Arts/.mergelinks ) then
  45.     /bin/mv -f $SUBJDIR/Arts/.mergelinks $SUBJDIR/.oldlinks/Arts
  46. endif
  47. $MERGE > $SUBJDIR/Arts/.mergelinks <<'EOF'
  48. merge    1/.dir/fineart.dir    tamuts.tamu.edu    70
  49. merge    1/.dir/music.dir    tamuts.tamu.edu    70
  50. merge    1/Subject Tree/Arts    sunic.sunet.se    70
  51. merge    1/library/disciplines/arts    dewey.lib.ncsu.edu    70
  52. merge    1/art    nkosi.well.sf.ca.us    70
  53. 'EOF'
  54.  
  55. if ( -f $SUBJDIR/Astronomy/.mergelinks ) then
  56.     /bin/mv -f $SUBJDIR/Astronomy/.mergelinks $SUBJDIR/.oldlinks/Astronomy
  57. endif
  58. $MERGE > $SUBJDIR/Astronomy/.mergelinks <<'EOF'
  59. merge    1/.dir/astronomy.dir    tamuts.tamu.edu    70
  60. merge    1/catalog/Astronomy    flubber.ciesin.org    70
  61. merge    1/library/disciplines/astronomy    dewey.lib.ncsu.edu    70
  62. 'EOF'
  63.  
  64. if ( -f $SUBJDIR/Biology/.mergelinks ) then
  65.     /bin/mv -f $SUBJDIR/Biology/.mergelinks $SUBJDIR/.oldlinks/Biology
  66. endif
  67. # The helix stop entry is for Current Contents.
  68. $MERGE > $SUBJDIR/Biology/.mergelinks <<'EOF'
  69. merge    1/topic    weeds.mgh.harvard.edu    70
  70. merge    1/.dir/biology.dir    tamuts.tamu.edu    70
  71. merge    1/.dir/botany.dir    tamuts.tamu.edu    70
  72. merge    1/catalog/Biology    flubber.ciesin.org    70
  73. merge    1/Wide Area Information Services databases/Biology    pinus.slu.se    70
  74. stop    1/    helix.nih.gov    72
  75. 'EOF'
  76.  
  77. #if ( -f $SUBJDIR/Census/.mergelinks ) then
  78. #    /bin/mv -f $SUBJDIR/Census/.mergelinks $SUBJDIR/.oldlinks/Census
  79. #endif
  80. #$MERGE > $SUBJDIR/Census/.mergelinks <<'EOF'
  81. #merge    1/.dir/census.dir    tamuts.tamu.edu    70
  82. #'EOF'
  83.  
  84. if ( -f $SUBJDIR/Chemistry/.mergelinks ) then
  85.     /bin/mv -f $SUBJDIR/Chemistry/.mergelinks $SUBJDIR/.oldlinks/Chemistry
  86. endif
  87. $MERGE > $SUBJDIR/Chemistry/.mergelinks <<'EOF'
  88. merge    1/.dir/chemistry.dir    tamuts.tamu.edu    70
  89. merge    1/catalog/Chemistry    flubber.ciesin.org    70
  90. merge    1/library/disciplines/chemistry    dewey.lib.ncsu.edu    70
  91. 'EOF'
  92.  
  93. if ( -f $SUBJDIR/Computing/.mergelinks ) then
  94.     /bin/mv -f $SUBJDIR/Computing/.mergelinks $SUBJDIR/.oldlinks/Computing
  95. endif
  96. $MERGE > $SUBJDIR/Computing/.mergelinks <<'EOF'
  97. merge    1/Computer    chico.rice.edu    70
  98. merge    1/.dir/compsci.dir    tamuts.tamu.edu    70
  99. merge    1/.dir/computing.dir    tamuts.tamu.edu    70
  100. merge    1/catalog/computers    flubber.ciesin.org    70
  101. merge    1/catalog/computing    flubber.ciesin.org    70
  102. merge    1/library/disciplines/computer    dewey.lib.ncsu.edu    70
  103. merge    1/Wide Area Information Services databases/computers-and-software    pinus.slu.se    70
  104. merge    1/Selected/Computing    hunter.unr.edu    70
  105. 'EOF'
  106.  
  107. if ( -f $SUBJDIR/Economics/.mergelinks ) then
  108.     /bin/mv -f $SUBJDIR/Economics/.mergelinks $SUBJDIR/.oldlinks/Economics
  109. endif
  110. $MERGE > $SUBJDIR/Economics/.mergelinks <<'EOF'
  111. merge    1/.dir/economics.dir    tamuts.tamu.edu    70
  112. merge    1/catalog/Economics    flubber.ciesin.org    70
  113. 'EOF'
  114.  
  115. if ( -f $SUBJDIR/Education/.mergelinks ) then
  116.     /bin/mv -f $SUBJDIR/Education/.mergelinks $SUBJDIR/.oldlinks/Education
  117. endif
  118. $MERGE > $SUBJDIR/Education/.mergelinks <<'EOF'
  119. merge    1/.dir/education.dir    tamuts.tamu.edu    70
  120. merge    1/catalog/Education    flubber.ciesin.org    70
  121. merge    1/Wide Area Information Services databases/Education    pinus.slu.se    70
  122. merge    1/Subject Tree/Learning Sciences    sunic.sunet.se    70
  123. merge    1/Selected/Schools    hunter.unr.edu    70
  124. 'EOF'
  125.  
  126. if ( -f $SUBJDIR/Environment/.mergelinks ) then
  127.     /bin/mv -f $SUBJDIR/Environment/.mergelinks $SUBJDIR/.oldlinks/Environment
  128. endif
  129. $MERGE > $SUBJDIR/Environment/.mergelinks <<'EOF'
  130. merge    1/.dir/material.safety.dir    tamuts.tamu.edu    70
  131. merge    1/catalog/Environment    flubber.ciesin.org    70
  132. merge    1/Wide Area Information Services databases/envsci    pinus.slu.se    70
  133. merge    1/Environment    nkosi.well.sf.ca.us    70
  134. 'EOF'
  135.  
  136. if ( -f $SUBJDIR/Geography/.mergelinks ) then
  137.     /bin/mv -f $SUBJDIR/Geography/.mergelinks $SUBJDIR/.oldlinks/Geography
  138. endif
  139. $MERGE > $SUBJDIR/Geography/.mergelinks <<'EOF'
  140. merge    1/catalog/Geography    flubber.ciesin.org    70
  141. merge    1/catalog/earth    flubber.ciesin.org    70
  142. merge    1/Selected/Geography    hunter.unr.edu    70
  143. 'EOF'
  144.  
  145. if ( -f $SUBJDIR/Geology/.mergelinks ) then
  146.     /bin/mv -f $SUBJDIR/Geology/.mergelinks $SUBJDIR/.oldlinks/Geology
  147. endif
  148. $MERGE > $SUBJDIR/Geology/.mergelinks <<'EOF'
  149. merge    1/catalog/geology    flubber.ciesin.org    70
  150. merge    1/library/disciplines/earth    dewey.lib.ncsu.edu    70
  151. 'EOF'
  152.  
  153. if ( -f $SUBJDIR/Government/.mergelinks ) then
  154.     /bin/mv -f $SUBJDIR/Government/.mergelinks $SUBJDIR/.oldlinks/Government
  155. endif
  156. $MERGE > $SUBJDIR/Government/.mergelinks <<'EOF'
  157. merge    1/.dir/polsci.dir    tamuts.tamu.edu    70
  158. merge    1/.dir/law.dir    tamuts.tamu.edu    70
  159. merge    1/.dir/govt.dir    tamuts.tamu.edu    70
  160. merge    1/catalog/Government    flubber.ciesin.org    70
  161. merge    1/catalog/Law    flubber.ciesin.org    70
  162. merge    1/catalog/Politics    flubber.ciesin.org    70
  163. merge    1/library/disciplines/government    dewey.lib.ncsu.edu    70
  164. merge    1/English/Topics/Civil-liberties    otax.tky.hut.fi    70
  165. merge    1/Subject Tree/Law    sunic.sunet.se    70
  166. merge    1/Subject Tree/Politics    sunic.sunet.se    70
  167. merge    1/Politics    nkosi.well.sf.ca.us    70
  168. 'EOF'
  169.  
  170. if ( -f $SUBJDIR/Grants/.mergelinks ) then
  171.     /bin/mv -f $SUBJDIR/Grants/.mergelinks $SUBJDIR/.oldlinks/Grants
  172. endif
  173. $MERGE > $SUBJDIR/Grants/.mergelinks <<'EOF'
  174. merge    1/ogp    ricevm1.rice.edu    70
  175. merge    1/osr    ricevm1.rice.edu    70
  176. merge    1/.dir/research.opport.dir    tamuts.tamu.edu    70
  177. merge    1/Subject Tree/Grants and Funding    sunic.sunet.se    70
  178. merge    1/Selected/Funding    hunter.unr.edu    70
  179. 'EOF'
  180.  
  181. if ( -f $SUBJDIR/History/.mergelinks ) then
  182.     /bin/mv -f $SUBJDIR/History/.mergelinks $SUBJDIR/.oldlinks/History
  183. endif
  184. $MERGE > $SUBJDIR/History/.mergelinks <<'EOF'
  185. merge    1/catalog/History    flubber.ciesin.org    70
  186. merge    1/library/disciplines/history    dewey.lib.ncsu.edu    70
  187. 'EOF'
  188.  
  189. if ( -f $SUBJDIR/Language/.mergelinks ) then
  190.     /bin/mv -f $SUBJDIR/Language/.mergelinks $SUBJDIR/.oldlinks/Language
  191. endif
  192. $MERGE > $SUBJDIR/Language/.mergelinks <<'EOF'
  193. merge    1/Wide Area Information Services databases/Linguistic    pinus.slu.se    70
  194. merge    1/Subject Tree/Linguistics    sunic.sunet.se    70
  195. 'EOF'
  196.  
  197. if ( -f $SUBJDIR/LibSci/.mergelinks ) then
  198.     /bin/mv -f $SUBJDIR/LibSci/.mergelinks $SUBJDIR/.oldlinks/LibSci
  199. endif
  200. $MERGE > $SUBJDIR/LibSci/.mergelinks <<'EOF'
  201. merge    1/.dir/librsubj.dir    tamuts.tamu.edu    70
  202. merge    1/catalog/infoscience    flubber.ciesin.org    70
  203. merge    1/library/disciplines/library    dewey.lib.ncsu.edu    70
  204. merge    1/Subject Tree/Library Science    sunic.sunet.se    70
  205. 'EOF'
  206.  
  207. if ( -f $SUBJDIR/LitBooks/.mergelinks ) then
  208.     /bin/mv -f $SUBJDIR/LitBooks/.mergelinks $SUBJDIR/.oldlinks/LitBooks
  209. endif
  210. $MERGE > $SUBJDIR/LitBooks/.mergelinks <<'EOF'
  211. merge    1/Ebooks/By Title    joeboy.micro.umn.edu    70
  212. merge    1/.dir/journalism.dir    tamuts.tamu.edu    70
  213. merge    1/library/disciplines/literature    dewey.lib.ncsu.edu    70
  214. merge    1/Wide Area Information Services databases/Literature    pinus.slu.se    70
  215. 'EOF'
  216.  
  217. if ( -f $SUBJDIR/Math/.mergelinks ) then
  218.     /bin/mv -f $SUBJDIR/Math/.mergelinks $SUBJDIR/.oldlinks/Math
  219. endif
  220. $MERGE > $SUBJDIR/Math/.mergelinks <<'EOF'
  221. merge    1/.dir/math.dir    tamuts.tamu.edu    70
  222. merge    1/catalog/Mathematics    flubber.ciesin.org    70
  223. merge    1/library/disciplines/math    dewey.lib.ncsu.edu    70
  224. merge    1/Subject Tree/Mathematics    sunic.sunet.se    70
  225. 'EOF'
  226.  
  227. if ( -f $SUBJDIR/Medicine/.mergelinks ) then
  228.     /bin/mv -f $SUBJDIR/Medicine/.mergelinks $SUBJDIR/.oldlinks/Medicine
  229. endif
  230. $MERGE > $SUBJDIR/Medicine/.mergelinks <<'EOF'
  231. merge    1/.dir/medicine.dir    tamuts.tamu.edu    70
  232. merge    1/.dir/nutrition.dir    tamuts.tamu.edu    70
  233. merge    1/catalog/Health    flubber.ciesin.org    70
  234. merge    1/catalog/Nutrition    flubber.ciesin.org    70
  235. merge    1/library/disciplines/medicine    dewey.lib.ncsu.edu    70
  236. merge    1/Wide Area Information Services databases/Medicine    pinus.slu.se    70
  237. merge    1/Subject Tree/Medicine    sunic.sunet.se    70
  238. merge    1/Selected/Biomedical    hunter.unr.edu    70
  239. stop    1/med/AM-J-FOREN    next1.acs.umn.edu    3333
  240. stop    1/med/AM-J-IND-M    next1.acs.umn.edu    3333
  241. stop    1/ag/ANAT-HISTOL    next1.acs.umn.edu    3333
  242. stop    1/lif/B-EXP-B-MED    next1.acs.umn.edu    3333
  243. stop    1/med/CENT-AFR-J    next1.acs.umn.edu    3333
  244. stop    1/lif/DEVELOP-MED    next1.acs.umn.edu    3333
  245. stop    1/lif/J-INTERN-M    next1.acs.umn.edu    3333
  246. stop    1/med/J-INTERN-M    next1.acs.umn.edu    3333
  247. stop    1/soc/J-PUBL-H-M    next1.acs.umn.edu    3333
  248. stop    1/med/J-PUBL-H-M    next1.acs.umn.edu    3333
  249. stop    1/med/J-SPORT-MED    next1.acs.umn.edu    3333
  250. stop    1/med/J-ROY-S-MED    next1.acs.umn.edu    3333
  251. stop    1/lif/J-ROY-S-MED    next1.acs.umn.edu    3333
  252. stop    1/ag/J-VET-MED-B    next1.acs.umn.edu    3333
  253. stop    1/med/MT-SINAI-J    next1.acs.umn.edu    3333
  254. stop    1/med/N-ENG-J-MED    next1.acs.umn.edu    3333
  255. stop    1/lif/N-ENG-J-MED    next1.acs.umn.edu    3333
  256. stop    1/lif/NUCL-MED-BI    next1.acs.umn.edu    3333
  257. stop    1/lif/STAT-MED    next1.acs.umn.edu    3333
  258. stop    0/med/CENT-AFR-J/0/TRADITIONAL-MEDICINE    next1.acs.umn.edu    3333    0
  259. stop    1/lif/TREND-CARD    next1.acs.umn.edu    3333
  260. stop    1/lif/YALE-J-BIOL    next1.acs.umn.edu    3333
  261. 'EOF'
  262.  
  263. if ( -f $SUBJDIR/Networks/.mergelinks ) then
  264.     /bin/mv -f $SUBJDIR/Networks/.mergelinks $SUBJDIR/.oldlinks/Networks
  265. endif
  266. $MERGE > $SUBJDIR/Networks/.mergelinks <<'EOF'
  267. merge    1/Computer/AroundTheNet/Networks    chico.rice.edu    70
  268. merge    1/catalog/network    flubber.ciesin.org    70
  269. 'EOF'
  270.  
  271. if ( -f $SUBJDIR/Oceanography/.mergelinks ) then
  272.     /bin/mv -f $SUBJDIR/Oceanography/.mergelinks $SUBJDIR/.oldlinks/Oceanography
  273. endif
  274. $MERGE > $SUBJDIR/Oceanography/.mergelinks <<'EOF'
  275. merge    1/catalog/Oceanography    flubber.ciesin.org    70
  276. 'EOF'
  277.  
  278. if ( -f $SUBJDIR/Physics/.mergelinks ) then
  279.     /bin/mv -f $SUBJDIR/Physics/.mergelinks $SUBJDIR/.oldlinks/Physics
  280. endif
  281. $MERGE > $SUBJDIR/Physics/.mergelinks <<'EOF'
  282. merge    1/.dir/physics.dir    tamuts.tamu.edu    70
  283. merge    1/catalog/Physics    flubber.ciesin.org    70
  284. merge    1/library/disciplines/physics    dewey.lib.ncsu.edu    70
  285. 'EOF'
  286.  
  287. if ( -f $SUBJDIR/RelPhil/.mergelinks ) then
  288.     /bin/mv -f $SUBJDIR/RelPhil/.mergelinks $SUBJDIR/.oldlinks/RelPhil
  289. endif
  290. $MERGE > $SUBJDIR/RelPhil/.mergelinks <<'EOF'
  291. merge    1/.dir/religion.dir    tamuts.tamu.edu    70
  292. merge    1/.dir/philosophy.dir    tamuts.tamu.edu    70
  293. merge    1/library/disciplines/religion    dewey.lib.ncsu.edu    70
  294. merge    1/Subject Tree/Philosophy    sunic.sunet.se    70
  295. 'EOF'
  296.  
  297. if ( -f $SUBJDIR/SocPsy/.mergelinks ) then
  298.     /bin/mv -f $SUBJDIR/SocPsy/.mergelinks $SUBJDIR/.oldlinks/SocPsy
  299. endif
  300. $MERGE > $SUBJDIR/SocPsy/.mergelinks <<'EOF'
  301. merge    1/.dir/psychology.dir    tamuts.tamu.edu    70
  302. merge    1/library/disciplines/social    dewey.lib.ncsu.edu    70
  303. stop    nntp ls soc     riceinfo.rice.edu    1103
  304. stop    1/soc    msuinfo.cl.msu.edu    70
  305. 'EOF'
  306.  
  307. if ( -f $SUBJDIR/Weather/.mergelinks ) then
  308.     /bin/mv -f $SUBJDIR/Weather/.mergelinks $SUBJDIR/.oldlinks/Weather
  309. endif
  310. $MERGE > $SUBJDIR/Weather/.mergelinks <<'EOF'
  311. stop    0/Weather/About    chico.rice.edu    70
  312. merge    1/Weather    chico.rice.edu    70
  313. merge    1/.dir/weather.dir    tamuts.tamu.edu    70
  314. merge    1/catalog/weather    flubber.ciesin.org    70
  315. merge    1/catalog/climate    flubber.ciesin.org    70
  316. 'EOF'
  317.  
  318. exit
  319.  
  320. ##########################################################################
  321. #
  322. # Leftovers -- subject directories from various sources which couldn't be
  323. # fit into the above scheme
  324.  
  325. # ciesin leftovers
  326. 1Energy 1/catalog/Energy    flubber.ciesin.org    70
  327. 1Humanities    1/catalog/Humanities    flubber.ciesin.org    70
  328. 1Libraries    1/catalog/Libraries    flubber.ciesin.org    70
  329. 1Molecular Biology    1/catalog/molecular    flubber.ciesin.org    70
  330. 1Science    1/catalog/Science    flubber.ciesin.org    70
  331. 1Social Science 1/catalog/social    flubber.ciesin.org    70
  332. 1Society and Culture    1/catalog/society    flubber.ciesin.org    70
  333.  
  334. # ncsu leftovers
  335. 1Agriculture and Biology    1/library/disciplines/agriculture    dewey.lib.ncsu.edu    70
  336. 1Earth Science    1/library/disciplines/earth    dewey.lib.ncsu.edu    70
  337.  
  338. # pinus leftovers
  339. #1Archie databases    1/Wide Area Information Services databases/archie-dbs    pinus.slu.se    70
  340. #1Bibliographies 1/Wide Area Information Services databases/Bibliographies    pinus.slu.se    70
  341. #1FTP archives    1/Wide Area Information Services databases/ftp-archives pinus.slu.se    70
  342. #1Graphics    1/Wide Area Information Services databases/Graphics    pinus.slu.se    70
  343. #1Library catalogues    1/Wide Area Information Services databases/library-catalogues    pinus.slu.se    70
  344. #1Miscellaneous    1/Wide Area Information Services databases/Miscellaneous    pinus.slu.se    70
  345. #1Newsgroup and Mailing-list archives    1/Wide Area Information Services databases/newsgroup-archives    pinus.slu.se    70
  346. #1Pacific Studies    1/Wide Area Information Services databases/pacstud    pinus.slu.se    70
  347. #1Social Science 1/Wide Area Information Services databases/socsci    pinus.slu.se    70
  348. #1Whois    1/Wide Area Information Services databases/Whois    pinus.slu.se    70
  349.  
  350. # sunet leftovers
  351. #0A_List_of_Contents    0/Subject Tree/A_List_of_Contents    sunic.sunet.se    70
  352. #0About the Subject Tree 0/Subject Tree/About the Subject Tree    sunic.sunet.se    70
  353. #1Biology subject tree    1/    gopher.embnet.unibas.ch    70
  354. #1Conferences, (from Norway)    1/Subject Tree/Conferences, (from Norway)    sunic.sunet.se    70
  355. #1Drugs    1/English/Topics/Drugs    otax.tky.hut.fi    70
  356. #1Geography and Oceanography    1/Subject Tree/Geography and Oceanography    sunic.sunet.se    70
  357. #1LPF    1/English/Topics/LPF    otax.tky.hut.fi    70
  358. #1Linux    1/English/Topics/Linux    otax.tky.hut.fi    70
  359. #1Networking and Computing    1/Subject Tree/Networking and Computing sunic.sunet.se    70
  360. #1On Usenet    1/Subject Tree/On Usenet    sunic.sunet.se    70
  361. #1WAIS Subject Tree (via SLU, Sweden)    1/Wide Area Information Services databases    pinus.slu.se    70
  362. #1Weather-Astronomy-Navigation    1/Subject Tree/Weather-Astronomy-Navigation    sunic.sunet.se    70
  363.  
  364. # unr leftovers
  365. #1Humanities    1/Selected/Humanities    hunter.unr.edu    70
  366. #1Science    1/Selected/Science    hunter.unr.edu    70
  367. #1Social Sciences    1/Selected/Social    hunter.unr.edu    70
  368.  
  369. # tamu leftovers
  370. #1Bulletin Boards    1/.dir/bbs.dir    tamuts.tamu.edu    70
  371. #    1/.dir/census.dir    tamuts.tamu.edu    70
  372. #1Comics 1/.dir/comics.dir    tamuts.tamu.edu    70
  373. #1Disability Information 1/.dir/disability.dir    tamuts.tamu.edu    70
  374. #1Earth Science    1/.dir/earthsci.dir    tamuts.tamu.edu    70
  375. #1Images 1/.dir/images.dir    tamuts.tamu.edu    70
  376. #1Software    1/.dir/software.dir    tamuts.tamu.edu    70
  377. #1Sounds 1/.dir/sounds.dir    tamuts.tamu.edu    70
  378. #1Subject Listings from other Gopher Servers    1/.dir/subject.gophers.dir    tamuts.tamu.edu    70
  379. #1Transportation 1/.dir/transportation.dir    tamuts.tamu.edu    70
  380. #1Travel 1/.dir/travel.dir    tamuts.tamu.edu    70
  381.  
  382. # end of linkmerge-weekly script
  383.